CRMPipelineGraphicBlock object

The CRMPipelineGraphicBlock object is an implementation of the CRMGraphicBlock object that includes extra functionality. Use CRMPipelineGraphicBlock to create cross-sectional diagrams that represent data from an ASP page or table. Use the parameters of this block to change the look and feel of the pipeline.

You can customize individual sections of the pipeline graphic to change when the user clicks them. The pipeline graphic is recreated every time it's requested and can therefore be based on real time data. It can also use all the features of the graphics block.

The default size of pipeline graphic is 600 pixels wide by 100 pixels high, but you can change it using the Resize(Width, Height) method.

Syntax to initiate this block:

MyObj = CRM.GetBlock('pipeline');